IMoveHelicalCommand.AuxPoint property

This parameter's definition varies between motion modes.

Absolute: the array of absolute positions for each dimension in the specified coordinate system. The maximum size is 64.

Additive and Relative: the array of positions for each dimension in the specified coordinate system. The maximum size is 64. These positions are defined relatively to the positions of the starting point.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
double[] AuxPoint { get; }
ReadOnly Property AuxPoint As Double()

Property value

Type: double[]

See also

IMoveHelicalCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace